const runtime._Prunning
9 uses
runtime (current package)
mgcpacer.go#L720: if p.status != _Prunning {
preempt.go#L287: return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
proc.go#L5248: gp.m.p.ptr().status = _Prunning
proc.go#L5363: pp.status = _Prunning
proc.go#L5374: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L5690: if s == _Prunning || s == _Psyscall {
proc.go#L5749: if pp.status != _Prunning {
proc.go#L6387: if pp.status == _Prunning {
runtime2.go#L127: _Prunning
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |